Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
NdProcess Class Reference
Inheritance diagram for NdProcess:
Process

Public Member Functions

void autoConfigFailed (QString, string)
 Event triggered when autoconfig fails. More...
 
void autoConfigSucceed (QString, string, ipv6, int)
 Event triggered when autoconfig succeeds. More...
 
bool isNdProcessEnabledOnHost ()
 Gets if the process is enabled on the host. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Member Function Documentation

◆ autoConfigFailed()

void NdProcess::autoConfigFailed ( QString  ,
string   
)

Event triggered when autoconfig fails.

  • deviceName, name of the device the event was triggered for.
  • portName, name of the port the event was triggered for.

IPC event.

◆ autoConfigSucceed()

void NdProcess::autoConfigSucceed ( QString  ,
string  ,
ipv6  ,
int   
)

Event triggered when autoconfig succeeds.

  • deviceName, name of the device the event was triggered for.
  • portName, name of the port the event was triggered for.
  • newip, the new ip address.
  • prefix, the prefix.

IPC event.

◆ isNdProcessEnabledOnHost()

bool NdProcess::isNdProcessEnabledOnHost ( )

Gets if the process is enabled on the host.

Returns
bool, value is true if the process is enabled, false if not.

The documentation for this class was generated from the following file: